Index: assetmaint/template/PrintFixedAssetMaint.fo.ftl =================================================================== --- assetmaint/template/PrintFixedAssetMaint.fo.ftl (revision 1848094) +++ assetmaint/template/PrintFixedAssetMaint.fo.ftl (working copy) @@ -1,3 +1,4 @@ + <#-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -16,7 +17,7 @@ specific language governing permissions and limitations under the License. --> -<#escape x as x?xml> + <#-- Print FixedAsset Information --> @@ -225,9 +226,7 @@ Author : ${Static[ "org.apache.ofbiz.party.party.PartyHelper"].getPartyName(delegator, note.noteParty, true)} Date : ${note.noteDateTime?string.short} - <#escape x as x?html> ${note.noteInfo!} - @@ -236,6 +235,5 @@ - Index: ecommerce/template/catalog/LayeredNavBar.ftl =================================================================== --- ecommerce/template/catalog/LayeredNavBar.ftl (revision 1848094) +++ ecommerce/template/catalog/LayeredNavBar.ftl (working copy) @@ -24,7 +24,6 @@
  • ${uiLabelMap.EcommerceLayeredNavigation}
  • - <#escape x as x?xml> <#if productCategory.productCategoryId != currentSearchCategory.productCategoryId> <#assign currentSearchCategoryName = categoryContentWrapper.get("CATEGORY_NAME", "html")?string /> <#list searchConstraintStrings as searchConstraintString> @@ -32,12 +31,11 @@
      X - <#noescape> ${searchConstraintString} +  ${searchConstraintString}
    - <#list searchConstraintStrings as searchConstraintString> <#if searchConstraintString.indexOf("Category: ") = -1 && searchConstraintString != "Exclude Variants">
      Index: ecommerce/template/content/MiniPoll.ftl =================================================================== --- ecommerce/template/content/MiniPoll.ftl (revision 1848094) +++ ecommerce/template/content/MiniPoll.ftl (working copy) @@ -32,7 +32,7 @@
    - ${randomSurvey.render()} + ${randomSurvey.render()?no_esc}
    Index: ecommerce/template/includes/Header.ftl =================================================================== --- ecommerce/template/includes/Header.ftl (revision 1848094) +++ ecommerce/template/includes/Header.ftl (working copy) @@ -21,11 +21,11 @@
    <#if sessionAttributes.overrideLogo??> - Logo + Logo <#elseif catalogHeaderLogo??> - Logo + Logo <#elseif layoutSettings.VT_HDR_IMAGE_URL?has_content> - Logo + Logo
    Index: example/template/reports/BarCode.fo.ftl =================================================================== --- example/template/reports/BarCode.fo.ftl (revision 1848094) +++ example/template/reports/BarCode.fo.ftl (working copy) @@ -17,7 +17,7 @@ under the License. --> -<#escape x as x?xml> + @@ -64,4 +64,3 @@ -